home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Dealing with Change / Workplace Effectiveness: Dealing with Change.iso / pc / Assess.Dxr / Internal_15_navigation clickons.ls < prev    next >
Encoding:
Text File  |  1998-04-24  |  293 b   |  18 lines

  1. on mouseDown
  2.   puppetSound("mouseDown.aif")
  3.   case the clickOn of
  4.     39:
  5.       clickButton("goMain")
  6.     40:
  7.       clickButton("goSubMenu")
  8.     41:
  9.       clickButton("goBack")
  10.     42:
  11.       clickButton("goOn")
  12.     43:
  13.       clickButton("notePadButton")
  14.     44:
  15.       nothing()
  16.   end case
  17. end
  18.